home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Willard Press Kit
/
Willard Press Kit.iso
/
mac
/
Acrobat Reader 5 PC
/
AcroRd32.exe
/
EXVW
/
10015
< prev
next >
Wrap
Text File
|
2002-12-14
|
622b
|
21 lines
gVerticalGapHeight = (gStaticTextHeight / 4);
dialog(name: '$$$/Dialogs/FontInfo')
{
view(align_children: align_left)
{
view(align_children: align_left)
{
view(align_children: align_top)
{
static_text(name: '$$$/Dialogs/FontInfo/inStr');
static_text(item_id: 'file', width: max_char_width() * 30 );
gap( width: 1, height: gStaticTextHeight + gVerticalGapHeight );
}
static_text(item_id: 'head', width: 601);
list_box(item_id: 'list', width: 601, height: (gStaticTextHeight * 9) + gVerticalGapHeight);
ok_other(other_name: '$$$/Dialogs/FontInfo/AllFonts');
}
}
}